home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56804 / 56804.xpi / chrome / content / alexaRestrictedSites.js < prev    next >
Text File  |  2010-01-31  |  344b  |  11 lines

  1. if(!com) var com={};
  2. if(!com.seostatus) com.seostatus={};
  3.  
  4. com.seostatus.alexaRestrictedSites =  function(){
  5.   var pub = {};
  6.   pub.stb_accept_restricted_sites = function(){
  7.       window.opener.document.getElementById( 'stb-privatesitelist' ).appendItem( document.getElementById( 'stb-newprivatesite' ).value );
  8.   }
  9.   return pub;
  10. }();
  11.